home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / how_to_make_blueberry_muffins.swf / scripts / frame_1 / DoAction.as
Text File  |  2010-11-09  |  284b  |  10 lines

  1. function itemHandler1(obj, item)
  2. {
  3.    getUrl("http://www.123peppy.com", "_blank");
  4. }
  5. stop();
  6. var myMenu_cm = new ContextMenu();
  7. myMenu_cm.hideBuiltInItems();
  8. myMenu_cm.customItems.push(new ContextMenuItem("powered by www.123peppy.com",itemHandler1));
  9. _root.menu = myMenu_cm;
  10.